*:before,
*:after {
  -webkit-box-sizing: border-box;

  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

body {
  font-family: '微软雅黑';
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
select,
p,
blockquote,
th,
td,
section {
  margin: 0;

  padding: 0;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;

  /* 2 */

  cursor: pointer;

  /* 3 */
}

a:focus {
  outline: none;
}

a:hover {
  text-decoration: none;
}

body,
input,
textarea,
select,
button {
  text-rendering: optimizeLegibility;

  /* 1 */

  -webkit-font-smoothing: antialiased;

  /* 2 */

  -moz-osx-font-smoothing: grayscale;

  /* 3 Default: auto */

  -moz-font-feature-settings: 'liga', 'kern';
}

select::-ms-expand {
  display: none;
}

em {
  font-style: normal;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;

  /* 1 */

  font: inherit;

  /* 2 */

  margin: 0;

  /* 3 */
}

button,
input {
  border: 0;

  line-height: normal;
}

input[type='file'] {
  width: 66px;
}

button,
select {
  text-transform: none;
}

input[type='button'],
input[type='text'] {
  -webkit-appearance: none;

  outline: none;
}

li,
dd,
dl {
  list-style: none;

  margin: 0px;

  padding: 0px;

  -webkit-box-sizing: border-box;

  box-sizing: border-box;
}
.clear {
  clear: both;
}
.main {
  max-width: 1200px;
  margin: 0 auto;
}
.banner {
  width: 100%;
}

/* .banner .swiper-slide{width: 100%;}
.banner .swiper-slide img{width: 100%;} */
.about-wrap {
  width: 100%;
  padding: 80px 0 40px;
}
.bt-top {
  width: 100%;
  text-align: center;
  margin-bottom: 44px;
}
.bt-top h3 {
  font-size: 30px;
  color: #333333;
  margin-bottom: 12px;
}
.bt-top p {
  font-size: 20px;
  color: #666666;
}
.about {
  overflow: hidden;
  padding: 0;
}
.about-left {
  width: 540px;
  float: left;
}
.about-right {
  width: 600px;
  height: 300px;
  background: url(../imgs/abg.png) no-repeat center;
  float: right;
  padding-top: 54px;
}
.about-left span {
  display: inline-block;
  font-size: 18px;
  color: #333333;
  margin-bottom: 10px;
  font-weight: bold;
}
.about-left span img {
  margin-right: 6px;
  transform: translateY(-3px);
}
.about-left p {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 26px;
}

.about-center {
  text-align: center;
  width: 100%;
}
.about-center .about-sbox {
  width: 150px;
  height: 150px;
  border: 2px solid #fff;
  display: inline-block;
  margin: 0 40px;
  padding-top: 36px;
}
.about-sbox span:first-of-type {
  font-size: 30px;
  color: #fff;
  font-weight: bolder;
  display: inline-block;
  margin-bottom: 10px;
  width: 100%;
}
.about-sbox span:nth-of-type(2) {
  font-size: 20px;
  color: #fff;
}
.about-bot {
  width: 294px;
  margin: 46px auto 0;
  padding-left: 46px;
  line-height: 28px;
  background: #fff;
  border-radius: 35px;
  position: relative;
  font-size: 18px;
  color: #333333;
}
.about-bot img {
  position: absolute;
  left: 7px;
  top: -12px;
}
.about-bot span {
  color: #ff343e;
  font-size: 18px;
}
.why-wrap {
  width: 100%;
  background: #f2f7fd;
  padding: 70px 0 80px;
}
.whyli .swiper-slide {
  height: 250px;
  background: #fff;
  border-radius: 10px;
  float: left;
  margin-right: 20px;
  text-align: center;
  padding: 36px 0;
  cursor: pointer;
  transition: all 0.3s;
}
.whyli .swiper-container {
  overflow: visible;
}
.whyli .swiper-slide .why-img {
  height: 55px;
}
.whyli .swiper-slide span {
  font-size: 20px;
  color: #333;
  display: inline-block;
  margin-bottom: 10px;
}
.whyli .swiper-slide:last-of-type span {
  color: #ff343e;
}
.whyli .swiper-slide p {
  font-size: 16px;
  line-height: 24px;
  color: #666666;
}
.whyli .swiper-slide:hover {
  transform: translateY(-5px);
}

.hx-wrap {
  width: 100%;
  padding: 70px 0 80px;
  background: #374163 url(../imgs/hxbg.png) no-repeat;
  background-size: 100%;
  padding-top: 72px;
}
.hx {
  color: #fff;
}
.hx-nav {
  width: 220px;
  float: left;
  border-right: 1px solid #8494b1;
}
.hx-nav ul li {
  width: 190px;
  line-height: 50px;
  margin-bottom: 20px;
  text-align: right;
  padding-right: 15px;
  cursor: pointer;
  font-size: 18px;
}
.hx-nav ul .active {
  background: #677fcf;
  border-radius: 6px;
  position: relative;
}
.hx-nav ul .active:after {
  content: '';
  display: inline-block;
  border-left: 7px solid #677fcf;
  border-top: 6px solid transparent;
  border-bottom: 7px solid transparent;
  position: absolute;
  right: -7px;
  top: 50%;
  transform: translateY(-50%);
}
.hx-right {
  width: 920px;
  float: right;
}
.hx-right .hxli-sbox {
  display: none;
}
.hx-right .hxli-sbox:first-of-type {
  display: block;
}
.hx .bt-top h3 {
  color: #fff;
}
.hx .bt-top p {
  color: #fff;
}
.hxli-sbox .tp {
  font-size: 18px;
  color: #fff;
  margin-bottom: 30px;
  line-height: 34px;
}
.hxli-sbox h3 {
  font-size: 24px;
  margin-bottom: 24px;
}
.hxli1 ul li {
  text-align: center;
  margin-bottom: 15px;
  width: 16.66%;
  float: left;
}
.hxli1 ul li img {
  display: block;
  margin: 0 auto 5px;
}
.lc1-img {
  margin-top: 30px;
  width: 100%;
}
.lc1-img img {
  width: 100%;
}
.hxli2 {
  width: 100%;
  margin-top: 30px;
}
.hxli2 ul li {
  width: 286px;
  float: left;
  margin-right: 30px;
  border-radius: 8px;
  margin-bottom: 20px;
  overflow: hidden;
}
.hxli2 ul li:nth-of-type(3n) {
  margin-right: 0;
}
.hxli2 ul li img {
  width: 100%;
}
.hxli2 .hyli-box {
  width: 100%;
  background: #4d5e97;
  height: 90px;
  font-size: 18px;
  position: relative;
  text-align: center;
  padding-top: 30px;
}
.hxli2 ul li span {
  width: 160px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 30px;
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -24px;
  background: #637ac6;
  font-size: 20px;
}

.hxli3 ul li {
  width: 286px;
  height: 140px;
  background: rgba(255, 255, 255, 0.14);
  float: left;
  margin-right: 30px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  margin-bottom: 30px;
}
.hxli3 ul li:nth-of-type(3n) {
  margin-right: 0;
}
.hxli3 ul li .hxli3-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.hxli3-center div {
  margin-right: 20px;
}
.hxli3-txt span {
  font-size: 18px;
  margin-bottom: 8px;
  display: inline-block;
}
.hxli3-txt p {
  font-size: 14px;
}
.hxli3-bot ul {
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.hxli3-bot ul li img {
  display: block;
  margin-bottom: 10px;
}
.hxli3-bot ul li span {
  font-size: 18px;
  color: #fff;
  display: inline-block;
}

.hxli4 {
  width: 100%;
}
.hxli4 ul li {
  width: 216px;
  float: left;
  position: relative;
  margin-right: 18px;
  margin-bottom: 18px;
}
.hxli4 ul li img {
  width: 100%;
}
.hxli4 ul li span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  color: #fff;
}
.hxli4 ul li:nth-of-type(4n) {
  margin-right: 0;
}
.hxli5-img {
  width: 100%;
}
.hxli5-img img {
  width: 100%;
}
.hxli5 {
  margin-top: 35px;
}
.hxli5 ul {
  display: flex;
}
.hxli5 ul li img {
  display: block;
  margin: 0 auto 10px;
}
.hxli5 ul li {
  margin-right: 80px;
}
.hxli5 ul li span {
  font-size: 18px;
  color: #fff;
}
.hxli6 {
  width: 100%;
  margin-top: 30px;
}
.xt-wrap {
  width: 100%;
  padding: 55px 0 70px;
  background: #f2f7fd;
}

.xt-box .swiper-container {
  overflow: visible;
}
.xt-box .swiper-wrapper {
  height: auto !important;
}
.xt-box .swiper-slide {
  height: 240px;
  background: #fff;
  border-radius: 8px;
  float: left;
  margin-right: 30px;
  text-align: center;
  padding: 36px 25px 0;
  cursor: pointer;
  transition: all 0.3s;
}
.xt-box .swiper-slide .xt-img {
  height: 92px;
}

.xt-box .swiper-slide span {
  font-size: 20px;
  color: #333333;
  display: inline-block;
  margin-bottom: 10px;
}
.xt-box .swiper-slide p {
  font-size: 16px;
  color: #666666;
  line-height: 24px;
}
.xt-box .swiper-slide:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 10px #eaeff5;
}

.ys-wrap {
  width: 100%;
  padding: 70px 0 30px;
}
.ys-box {
  width: 100%;
}
.ys-box ul li {
  width: 370px;
  height: 140px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 10px #efefef;
  margin-right: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  margin-right: 45px;
  margin-bottom: 45px;
  padding: 0 50px 0 15px;
  cursor: pointer;
  transition: all 0.3s;
}
.ys-box ul li:nth-of-type(3n) {
  margin-right: 0;
}
.ys-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ys-center .ys-img {
  margin-right: 30px;
}
.ys-center .ys-img img {
  transition: all 0.3s;
}
.ys-center .ys-txt span {
  font-size: 20px;
  color: #333;
  display: inline-block;
  margin-bottom: 6px;
}
.ys-box ul li:nth-of-type(4) .ys-center .ys-txt span {
  color: #ff343e;
}

.ys-center .ys-txt p {
  font-size: 16px;
  line-height: 24px;
  color: #666;
}
.ys-box ul li:hover {
  transform: translateY(-5px);
}
.hy-wrap {
  width: 100%;
  padding: 30px 0;
}
.hy-box {
  width: 100%;
}
.hy-box .swiper-container {
  overflow: visible;
}
.hy-box .swiper-wrapper {
  height: auto !important;
}
.hy-box .swiper-slide {
  float: left;
  margin-right: 26px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border-radius: 10px;
}

.hy-box .swiper-slide .hy-img img {
  width: 100%;
  transition: all 0.3s;
}
.hy-box .swiper-slide span {
  font-size: 22px;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.hy-box .swiper-slide .hy-img {
  width: 100%;
  overflow: hidden;
}
.hy-box .swiper-slide:hover .hy-img img {
  transform: scale(1.1);
}

.hz-wrap {
  width: 100%;
  padding: 75px 0 0;
}

.hz-box {
  width: 100%;
}
.hz-box .swiper-container {
  overflow: visible;
}
.hz-box .swiper-wrapper {
  height: auto !important;
}

.hz-box .swiper-slide {
  float: left;
  margin-bottom: 14px !important;
  box-shadow: 0 5px 5px #efefef;
  border-radius: 10px;
  overflow: hidden;
}

.hz-box .swiper-slide span {
  display: inline-block;
  width: 100%;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
  color: #333333;
}
.hz-box .swiper-slide .hz-img {
  width: 100%;
}
.hz-box .swiper-slide .hz-img img {
  width: 100%;
}
.hz-box .more {
  display: block;
  width: 200px;
  height: 46px;
  border: 1px solid #eb4f38;
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  color: #eb4f38;
  margin: 50px auto 0;
}
.hz-box .more:hover {
  background: #eb4f38;
  color: #fff;
}
.anli-wrap {
  width: 100%;
  padding: 90px 0 40px;
  background: url(../imgs/albg.png) no-repeat center;
  background-size: cover;
}
.anli-box {
  width: 100%;
}
.anli-box .swiper-container {
  overflow: visible;
}
/*.anli-box ul{display: flex;justify-content: space-between;}*/
.anli-box .swiper-slide {
  text-align: center;
}
.anli-box .swiper-slide .anli-img {
  width: 100%;
  background: url(../imgs/anli_bot.png) no-repeat;
  background-position: bottom;
  padding-bottom: 10px;
  background-size: 100%;
}
.anli-box .swiper-slide span {
  font-size: 20px;
  color: #666666;
}

.news-wrap {
  width: 100%;
  padding: 70px 0 80px;
}
.news-box {
  width: 100%;
}
.news-box .swiper-container {
  overflow: visible;
}

.news-box .swiper-container .swiper-slide > span {
  font-size: 20px;
  color: #333333;
  display: inline-block;
  padding-left: 16px;
  position: relative;
  margin-bottom: 10px;
}
.news-box .swiper-container .swiper-slide > span:before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 20px;
  background: #eb4f38;
  border-radius: 3px;
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
}
.news-nrbox {
  width: 100%;
  box-shadow: 0 0 10px #efefef;
  border-radius: 10px;
}
.news-top {
  width: 100%;
  position: relative;
}
.news-top p {
  position: absolute;
  bottom: 0;
  left: 0;
  line-height: 35px;
  color: #fff;
  font-size: 16px;
  padding: 0 20px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.8);
}
.news-top:hover p {
  background: rgba(235, 79, 56, 0.8);
}
.news-top:hover p span {
  color: #fff;
}
.news-top p span {
  display: inline-block;
  font-size: 16px;
  color: #333333;
}
.news-top p span:first-of-type {
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news-top img {
  width: 100%;
}
.news-li {
  width: 100%;
  padding: 10px 0;
}

.news-li ul li {
  width: 100%;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  line-height: 34px;
}
.news-li ul li a {
  font-size: 16px;
  color: #333333;
  display: inline-block;
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-li ul li a:hover {
  color: #eb4f38;
}
.news-li ul li span {
  font-size: 16px;
  color: #666666;
}
.news-box .more {
  display: block;
  width: 200px;
  height: 46px;
  border: 1px solid #eb4f38;
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  color: #eb4f38;
  margin: 50px auto 0;
}
.news-box .more:hover {
  background: #eb4f38;
  color: #fff;
}
.ly-wrap {
  width: 100%;
  padding: 70px 0 30px;
  background: url(../imgs/lybg.png) no-repeat center;
  background-size: cover;
}
.ly {
  overflow: hidden;
}
.ly-left {
  float: left;
  width: 462px;
}
.ly-left h3 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 20px;
}
.ly-left h3 span {
  color: #fff;
  font-size: 30px;
}
.lyli {
  width: 100%;
  height: 287px;
  background: url(../imgs/lyleft.png) no-repeat;
  background-size: 100%;
}
.lyli ul li {
  font-size: 20px;
  color: #fff;
  margin-bottom: 20px;
  line-height: 56px;
}
.lyli ul li:first-of-type {
  padding-left: 86px;
}
.lyli ul li:nth-of-type(2) {
  padding-left: 123px;
}
.lyli ul li:nth-of-type(3) {
  padding-left: 158px;
}
.lyli ul li:nth-of-type(4) {
  padding-left: 192px;
}
.ly-right {
  width: 342px;
  float: right;
  margin-right: 100px;
}
.ly-right h3 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 20px;
}
.ly-box {
  width: 100%;
}
.ly-box .ly-sbox {
  width: 100%;
  line-height: 52px;
  height: 52px;
  margin-bottom: 25px;
  background: rgba(242, 247, 253, 0.34);
}
.ly-sbox input {
  width: 100%;
  height: 100%;
  padding: 0 15px;
  font-size: 16px;
  color: #fff;
  background: transparent;
}
.ly-sbox input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}

.ly-sbox input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}

.ly-sbox input:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}

.ly-sbox input:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}

.ly-box button {
  font-size: 16px;
  height: 52px;
  color: #fff;
  background: #eb4f38;
  width: 100%;
}
.yz-sbox input {
  width: 70%;
}
.banner .swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  display: block;
  bottom: 30px;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  display: none;
}
.ydhx-box {
  display: none;
}
.pic-big {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  display: flex;
  background: #000;
  align-items: center;
  display: none;
}
.pic-big img {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .main {
    max-width: 100%;
    padding: 0 0.2rem;
  }
  .swiper-container {
    padding-bottom: 0.8rem;
    position: relative;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    display: block;
  }
  .banner {
    height: 5rem;
    padding-top: 70px;
  }
  .banner .swiper-container {
    height: 100%;
    padding-bottom: 0;
  }
  .banner .swiper-slide {
    position: relative;
  }
  .banner .swiper-slide a {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
  }
  .banner .swiper-slide img {
    height: 100%;
    width: auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .about-wrap {
    padding: 0.7rem 0 0.4rem;
  }
  .bt-top {
    margin-bottom: 0.6rem;
  }
  .bt-top h3 {
    font-size: 0.36rem;
  }
  .bt-top p {
    font-size: 0.3rem;
  }
  .about-left {
    width: 100%;
    float: none;
    margin-bottom: 0.2rem;
  }
  .about-left span {
    font-size: 0.26rem;
  }
  .about-left p {
    font-size: 0.26rem;
  }
  .about-right {
    width: 100%;
    height: auto;
  }
  .about-center .about-sbox {
    width: 2.5rem;
    height: 2.5rem;
    margin: 0 0.4rem;
    padding-top: 0.7rem;
  }
  .about-right {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .about-sbox span:first-of-type {
    font-size: 0.4rem;
  }
  .about-sbox span:nth-of-type(2) {
    font-size: 0.32rem;
  }
  .about-bot {
    width: 80%;
    font-size: 0.26rem;
    margin-top: 0.3rem;
  }
  .why-wrap {
    padding: 0.7rem 0;
  }
  .whyli .swiper-slide {
    height: 3.6rem;
    padding: 0.3rem 0;
  }
  .whyli .swiper-slide span {
    font-size: 0.3rem;
  }
  .whyli .swiper-slide p {
    font-size: 0.24rem;
    line-height: 18px;
  }
  .xt-box .swiper-slide {
    padding: 0.6rem 0.2rem;
    height: auto;
  }
  .xt-box .swiper-slide .xt-img {
    height: 0.9rem;
  }
  .xt-box .swiper-slide .xt-img img {
    height: 0.6rem;
  }
  .xt-box .swiper-slide span {
    font-size: 0.3rem;
  }
  .xt-box .swiper-slide p {
    font-size: 0.26rem;
  }
  .ys-wrap {
    padding: 0.7rem 0 0.3rem;
  }
  .ys-box ul li {
    width: 100%;
    margin-bottom: 0.3rem;
    height: auto;
    padding: 0.3rem;
    display: block;
  }
  .ys-box ul li:nth-of-type(3n) {
    margin-right: 0;
  }
  .ys-center .ys-img {
    margin-right: 0.4rem;
  }
  .ys-center .ys-img img {
    height: 1rem;
  }
  .ys-center .ys-txt span {
    font-size: 0.32rem;
  }
  .ys-center .ys-txt p {
    font-size: 0.26rem;
    line-height: 0.44rem;
  }
  .ys-txt {
    width: 5rem;
  }
  .hy-box .swiper-slide span {
    font-size: 0.3rem;
  }
  .ly-left {
    width: 100%;
    float: none;
    margin-bottom: 0.2rem;
  }
  .ly-right {
    width: 100%;
    margin-right: 0;
  }
  .hz-box .swiper-container {
    height: auto;
  }
  .hz-box .swiper-slide span {
    font-size: 0.26rem;
    line-height: 0.6rem;
  }
  .hz-box .more {
    width: 2.4rem;
    height: 0.7rem;
    line-height: 0.7rem;
    font-size: 0.3rem;
    margin: 0.3rem auto;
  }
  .anli-wrap {
    padding: 0.8rem 0 0.4rem;
  }
  .anli-box .swiper-slide span {
    font-size: 0.3rem;
  }
  .news-wrap {
    padding: 0.7rem 0;
  }
  .news-box .swiper-container .swiper-slide > span {
    font-size: 0.3rem;
  }
  .news-top p span:first-of-type,
  .news-top p span,
  .news-li ul li a,
  .news-li ul li span {
    font-size: 0.26rem;
  }
  .news-box .more {
    width: 2.4rem;
    height: 0.7rem;
    line-height: 0.7rem;
    font-size: 0.3rem;
    margin: 0.3rem auto 0;
  }
  .ly-wrap {
    padding: 0.7rem 0 0.4rem;
  }
  .ly-left {
    display: none;
  }
  .ly-right h3 {
    font-size: 0.32rem;
  }
  .ly-box .ly-sbox {
    line-height: 0.8rem;
    height: 0.8rem;
    margin-bottom: 0.25rem;
  }
  .ly-sbox input {
    font-size: 0.26rem;
  }
  .ly-box button {
    height: 0.8rem;
    font-size: 0.26rem;
  }
  .hx-wrap {
    padding: 0.8rem 0;
    background: #fff;
  }
  .hx-nav {
    width: 100%;
    float: none;
    height: auto;
    border-right: 0;
  }
  .hx-right {
    display: none;
  }
  .ydhx-box {
    display: block;
  }
  .hx-nav ul li {
    width: auto;
    padding: 0.2rem;
    border: 1px solid #cccccc;
    font-size: 0.26rem;
    margin: 0.1rem;
    line-height: 0.36rem;
    text-align: center;
    display: inline-block;
    color: #333;
  }
  .hx-nav ul .active {
    border: 1px solid #f53532;
    color: #fff;
    background: #f53532;
    border-radius: 0;
  }
  .ydhx-box {
    width: 100%;
    margin-top: 0.2rem;
  }
  .ydhx-box .swiper-slide img {
    max-width: 100%;
  }
  .hx .bt-top h3,
  .hx .bt-top p {
    color: #333;
  }
  .hx-nav ul .active:after {
    display: none;
  }
  .anli-box .swiper-slide .anli-img img {
    max-width: 100%;
  }
  .ydhx-box .swiper-button-prev {
    width: 1rem;
    height: 1rem;
    background: url(../imgs/prev.png) no-repeat;
    background-size: 100%;
    left: 0rem;
  }
  .ydhx-box .swiper-button-next {
    width: 1rem;
    height: 1rem;
    background: url(../imgs/next.png) no-repeat;
    background-size: 100%;
    right: 0rem;
  }

  .yd_nav span {
    background: #3b3b3b;
  }
  .yd_nav {
    display: block;
  }
  .yd_nav span {
    transition: all 0.2s;
  }
  .yd_esc span:first-of-type {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
  .yd_esc span:nth-of-type(2) {
    opacity: 0;
  }
  .yd_esc span:nth-of-type(3) {
    transform: translateY(50%) rotate(-45deg);
    bottom: 50%;
  }
  .yd_nav span:first-of-type,
  .yd_nav span:nth-of-type(2),
  .yd_nav span:nth-of-type(3) {
    background: #fff;
  }
  .sy-header2 .yd_nav span:first-of-type,
  .sy-header2 .yd_nav span:nth-of-type(2),
  .sy-header2 .yd_nav span:nth-of-type(3) {
    background: #3b3b3b;
  }

  .yd_nav {
    right: 0.15rem;
    width: 0.48rem;
    top: 0.45rem;
    height: 0.4rem;
    position: absolute;
  }
  .yd_nav span:first-of-type {
    width: 100%;
    display: inline-block;
    height: 2px;
    background: #3b3b3b;
    position: absolute;
    top: 0;
  }
  .yd_nav span:nth-of-type(2) {
    width: 90%;
    display: inline-block;
    height: 2px;
    background: #3b3b3b;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .yd_nav span:nth-of-type(3) {
    width: 100%;
    display: inline-block;
    height: 2px;
    background: #3b3b3b;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .header {
    height: 70px;
  }
  .header .logo img {
    height: 100%;
  }
  .xt-wrap {
    padding: 0.5rem 0;
  }
  .hz-wrap {
    padding: 0.75rem 0 0;
  }
  .banner .swiper-container-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    display: block;
    bottom: 20px;
  }
  .footer-copyright {
    margin-top: 0;
  }
  .ydhx-box p {
    font-size: 0.26rem;
    color: #eb4f38;
    text-align: center;
  }
}
